home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0169-RSRC files and MacA-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-24  |  824 b   |  31 lines  |  [TEXT/GEOL]

  1. Item    0677503                         24-Oct-89        08:33
  2.  
  3. From:   KEMINK1                         Kemink, Joost
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    RSRC files and MacApp
  8.  
  9. Hi Eduard,
  10.  
  11. I think that adding the resource-file specification to your .MAMake file is not
  12. sufficient. You should also include the following line in your .r file:
  13.  
  14. include $$Shell("SrcApp")"GifViews.RSRC";
  15.  
  16. If I remember well, the Nothing sample does not have a .r file, but you can
  17. easily create one by including all the resources defined in the file
  18. "Defaults.rsrc". Your resource file, then, would basically consist of a number
  19. of include statments like:
  20.  
  21. ...
  22. include "Defaults.rsrc" 'view' (kDefaultWindowID);
  23. ...
  24.  
  25. Several of the examples show how to use this technique.
  26.  
  27. Hope this helps,
  28.  
  29. Joost Kemink
  30.  
  31.